速報APP / 圖書與參考資源 / Linux Find Utility Manual

Linux Find Utility Manual

價格:免費

更新日期:2019-06-30

檔案大小:2.1M

目前版本:1.5

版本需求:Android 4.0 以上版本

官方網站:mailto:zdivdev@gmail.com

Email:http://zdivsoft.blogspot.kr/p/zdiv-software-privacy-policy.html

Linux Find Utility Manual(圖1)-速報App

The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.

The tools supplied with this package are:

find - search for files in a directory hierarchy

locate - list files in databases that match a pattern

updatedb - update a file name database

Linux Find Utility Manual(圖2)-速報App

xargs - build and execute command lines from standard input

The find program searches a directory tree to find a file or group of files. It traverses the directory tree and reports all occurrences of a file matching the user's specifications. The find program includes very powerful searching capability.

The locate program scans one or more databases of filenames and displays any matches. This can be used as a very fast find command if the file was present during the last file name database update.

The updatedb program updates the file name database used by the locate program. The file name database contains lists of files that were in particular directory trees when the databases were last updated. This is usually run nightly by the cron system daemon.

The xargs program builds and executes command lines by gathering together arguments it reads on the standard input. Most often, these arguments are lists of file names generated by find.

Linux Find Utility Manual(圖3)-速報App

The Findutils Reference Manual provides beginners with a simple introduction to the basics, and experts will find advanced details they need.

In this you will see the following things below.

Table of Contents

1 Introduction

2 Finding Files

Linux Find Utility Manual(圖4)-速報App

3 Actions

4 File Name Databases

5 File Permissions

6 Date input formats

7 Configuration

Linux Find Utility Manual(圖5)-速報App

8 Reference

9 Common Tasks

10 Worked Examples

11 Security Considerations

12 Error Messages

Linux Find Utility Manual(圖6)-速報App

You will find all this section offline without any internet connection and learn Findutils easily anywhere and anytime.

Linux Find Utility Manual(圖7)-速報App